home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / perl5 / 5.8.7 / Encode / _PM.e2x next >
Text File  |  2006-04-25  |  250b  |  24 lines

  1. package Encode::$_Name_;
  2. our $VERSION = "0.01";
  3.  
  4. use Encode;
  5. use XSLoader;
  6. XSLoader::load(__PACKAGE__,$VERSION);
  7.  
  8. 1;
  9. __END__
  10.  
  11. =head1 NAME
  12.  
  13. Encode::$_Name_ - New Encoding
  14.  
  15. =head1 SYNOPSIS
  16.  
  17. You got to fill this in!
  18.  
  19. =head1 SEE ALSO
  20.  
  21. L<Encode>
  22.  
  23. =cut
  24.